studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
13 lines (12 loc) • 817 B
TypeScript
import { Schema } from '../../../../../../effect.js';
declare const JSONData_base: Schema.Class<JSONData, {
rank: Schema.Union<[Schema.Literal<["owner"]>, Schema.Literal<["admin"]>, Schema.Literal<["editor"]>, Schema.Literal<["visitor"]>, Schema.Literal<["unknown"]>]>;
}, Schema.Struct.Encoded<{
rank: Schema.Union<[Schema.Literal<["owner"]>, Schema.Literal<["admin"]>, Schema.Literal<["editor"]>, Schema.Literal<["visitor"]>, Schema.Literal<["unknown"]>]>;
}>, never, {
readonly rank: "unknown" | "owner" | "admin" | "editor" | "visitor";
}, {}, {}>;
export declare class JSONData extends JSONData_base {
}
export declare const ALL: import("astro").APIRoute, DELETE: import("astro").APIRoute, GET: import("astro").APIRoute, OPTIONS: import("astro").APIRoute, PATCH: import("astro").APIRoute;
export {};